From: Kai Pastor Date: Sun, 14 Apr 2024 15:01:15 +0000 (+0200) Subject: Fix CMake configuration warnings X-Git-Tag: archive/raspbian/0.9.5-3.2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b0a2595fde4f82afebeb613daf531c93f5eca337;p=openorienteering-mapper.git Fix CMake configuration warnings Gbp-Pq: Name 0001-Fix-CMake-configuration-warnings.patch --- diff --git a/3rd-party/cove/tests/CMakeLists.txt b/3rd-party/cove/tests/CMakeLists.txt index b4a9786..8fc3c12 100644 --- a/3rd-party/cove/tests/CMakeLists.txt +++ b/3rd-party/cove/tests/CMakeLists.txt @@ -1,7 +1,3 @@ -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) - -# project(CoveTests) - find_package(Qt5Core ${Qt5Core_VERSION} REQUIRED) find_package(Qt5Gui ${Qt5Core_VERSION} REQUIRED) find_package(Qt5Test ${Qt5Core_VERSION} REQUIRED)